Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 13 - View Objects / View Objects Reference
View Objects Routines / Managing a View's Attribute Set


Q3View_SetDefaultAttributeSet

You can use the Q3View_SetDefaultAttributeSet function to set the default attribute set associated with a view.

TQ3Status Q3View_SetDefaultAttributeSet (
TQ3ViewObject view,
TQ3AttributeSet attributeSet);
view
A view.
attributeSet
The default attribute set to be associated with the specified view.
DESCRIPTION
The Q3View_SetDefaultAttributeSet function sets the default attribute set of the view specified by the view parameter to the set specified in the attributeSet parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996